body {
	color: black;
	background-color: #727C8D;
	font-family: Verdana;
	margin-left: 12px;
	font-size: 14px;
}
#logo {

}

#refresh {
	position: absolute;
	left: 410px;
	top: 130px;
	text-align: center;
	font-size: 14px;

}

#mainTitle {
	position: absolute;
	left: 225px;
	top: 40px;
	text-align: center;
	width: 600px;
	margin-left: 12px;
}

a {
	font-weight: bold;
}
div.title {
	font-size: 32px;
}
div.title2{
	font-size: 26px;
}
#debug {
	position: absolute;
	left: 850px;
   top: 0px;	
	width: 370px;
  background-color: #727C8D;

}
#notes {
	position: absolute;
   left: 12px;
	top: 200px;	
	width: 562px;
  background-color: white;
}

#discussion {
	position: absolute;
	left: 574px;
   top: 200px;	
	width: 250px;
	background-color: white;
}

.comment {
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 2px;
}

.header { font-size: 18px; 
			margin-left: 0px;
			background-color: white;
			border-bottom: 8px;
 }




td.copy { color: white;  font-size: 10px;  text-align: center;  background-color: #6891BF; width: 800px;    }
